﻿@media (min-width: 200px) {
   
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
 
}
@media (min-width: 1200px) {
  
}
.pnone{
	padding-left: 0;
	padding-right: 0;
}




.syBanner .glyphicon-chevron-right:before{
	content: '';
	display: block;
	width: 27px;
    height:68px;
	background: url(../images/yjt.png) center no-repeat;
	background-size: 100% 100%;
}
.syBanner .glyphicon-chevron-left:before {
    content: "";
    display: block;
	width: 27px;
    height:68px;
	background: url(../images/zjt.png) center no-repeat;
	background-size: 100% 100%;
}
.syBanner .carousel-control.right{
	background-image: none;
}
.syBanner .carousel-control.left{
	background-image: none;
}
.syBanner .carousel-indicators li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #99add7;
	border: 0;
	margin: 0 5px;
}
.syBanner .carousel-indicators .active{
	width: 40px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	transition: all 0.5s;
	margin: 0 5px;
}
/* 首页关于我们*/
.section1{
	width: 100%;
	margin-top: 20px;
}
.section1_l{
	float: left;
	background: url(../images/sy1_06.jpg) center no-repeat;
	background-size: cover;
}
.section1_r{
	position: relative;
	float: left;
	background: url(../images/sy2_07.jpg) right bottom no-repeat;
}
.section1_r .conten{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.section1_r .conten .title{
	position: relative;
	width: 150px;
	height: 100px;
	box-sizing: border-box;
	border: 3px solid #006dbb;
}
.section1_r .conten .title1{
	background: #f7f7f7;
	position: absolute;
	top: 12px;
	left: 20px;
	width: 300px;
}
.section1_r .conten .title .p1{
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #006dbb;
	font-weight: bold;
}
.section1_r .conten .title .p2{
	font-size: 48px;
	color: #e3e9f0;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -40px;
}
.section1_r .conten .text{
	font-size: 16px;
	color: #666666;
	line-height: 30px;	
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.symore{
	width: 113px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #006dbb;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.symore a{
	display: block;
	width: 100%;
	height: 100%;
	color: #006dbb;
}
@media (min-width: 200px) {
  .section1_l{width:100%;min-height: auto;display: none;}	
  .section1_r{width:100%;min-height: 400px;}	
  .section1_r .conten .text{margin:30px 0;width: 98%;height:150px;}
  .section1_r .conten .title{margin-top:30px;}
  .section1_r .conten{padding-left:15px;} 
}
@media (min-width: 768px) {
.section1_r .conten .text{margin:30px 0;width: 98%;height:150px}
  .section1_r .conten .title{margin-top:30px;}
  .section1_r .conten{padding-left:15px;}
  .section1_l{width: 50%;min-height: 400px;display: block;}	
  .section1_r{width: 50%;min-height: 400px;}
  .syBanner .carousel-inner > .item > img, .syBanner .carousel-inner > .item > a > img {
     display: block;
    margin: 0 auto;
    width: 100%; 
  }
}
@media (min-width: 992px) {
 .section1_r .conten .text{margin:30px 0;width: 98%;height:144px}
  .section1_r .conten .title{margin-top:30px;}
  .section1_r .conten{padding-left:45px;}
}
@media (min-width: 1200px) {
  .section1_r .conten .text{margin: 30px 0;width: 90%;height:144px}
  .section1_r .conten .title{margin-top:30px;}
  .section1_r .conten{padding-left: 40px;}
}
@media (min-width: 1300px) {
  .section1_r .conten .text{margin: 30px 0;width: 90%;}
  .section1_r .conten .title{margin-top:30px;}
  .section1_r .conten{padding-left: 80px;}
}
@media (min-width: 1400px) {
  .section1_r .conten .text{margin: 30px 0;width: 90%;}
  .section1_r .conten .title{margin-top:30px;}
  .section1_r .conten{padding-left: 80px;}
}
@media (min-width: 1500px) {
  .section1_r .conten .text{margin: 30px 0;width: 80%;height:144px}
  .section1_r .conten .title{margin-top:60px;}
  .section1_r .conten{padding-left: 80px;}
}
@media (min-width: 1600px) {
  .section1_r .conten .text{margin: 30px 0;width: 80%;}
  .section1_r .conten .title{margin-top:80px;}
  .section1_r .conten{padding-left: 80px;}
}
@media (min-width: 1700px) {
  .section1_r .conten .text{margin: 60px 0;width: 80%;}
  .section1_r .conten .title{margin-top: 80px;}
  .section1_r .conten{padding-left: 80px;}
}

/* 首页产品   */
.section2{
	box-sizing: border-box;
	width: 100%;
	background: url(../images/sybg1_02.jpg) center no-repeat;
	background-size: cover;
}
.section2 .contect{
	padding: 10px 0;
	margin: 0 auto;
}
.platform{
	width: 100%;
	height: auto;
}
.platform1{
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.slideGroup{ width:100%;text-align:left; height: 100%;}
.parBd{height: 100%;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative;height: 100%; }
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:50%;margin-top: -38px; display:block;height:76px;z-index: 555;}
.slideGroup .sPrev{background: url(../images/zjt1.png) left center no-repeat;}
.slideGroup .sPrev:hover{background: url(../images/zjt1.png) left center no-repeat;}
.slideGroup .sNext{ left:auto; right:0; background:url(../images/yjt1.png) right center no-repeat;  }
.slideGroup .sNext:hover{background:url(../images/yjt1.png) right center no-repeat; }
.slideGroup .parBd ul{ overflow:hidden; zoom:1; margin-left: 30px;height: 100%; }
.slideGroup .parBd ul li{float:left;  overflow:hidden; text-align:center; height:100%;cursor: pointer;margin: 0 10px;position: relative;}
.slideGroup .parBd ul li .pic{ text-align:center; width: 100%;height: 100%;text-align: center;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px;   }
.slideGroup .parBd ul li p{
	font-size: 18px;
	margin-top: 20px;
	color: #999999;
}
.slideGroup .parBd ul li.on p{
	color:#1da9da;
}
.tempWrap{margin: 0 auto;}
.section2 .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section2 .text .pic1{
	min-height: 80px;
}
.section2 .text .p1{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 35px;
}
.section2 .text .p2{
	margin: 15px auto;
	width: 40px;
	height: 2px;
	background: #fff;
}
.section2 .text .p3{
	font-size: 16px;
	color: #fff;
}
.section2 .text .p4{
	margin: 0 auto;
	margin-top: 40px;
	display: none;
	width: 113px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.slideGroup .parBd ul li:hover .p2{
	display: none;
}
.slideGroup .parBd ul li:hover .p3{
	display: none;
}
.slideGroup .parBd ul li:hover .p4{
	display: block;
}
.section2 .symore {
	margin: 0 auto;
	margin-top: 40px;
}
@media (min-width: 200px) {
  .platform1{width: 100%;}
  .slideGroup .parBd ul li{width:280px;}
  .section2 .text .pic1{margin-top:70px;}
  .section2{padding: 20px 0;}
  .platform{margin-top:20px;}
  .slideGroup .sPrev, .slideGroup .sNext{width: 20px;}
}
@media (min-width: 768px) {
  .platform1{width: 760px;}
  .slideGroup .parBd ul li{width:300px;}
   .section2 .text .pic1{margin-top: 80px;}
   .slideGroup .sPrev, .slideGroup .sNext{width: 40px;}
   
}
@media (min-width: 992px) {
  .platform1{width: 960px;}
  .slideGroup .parBd ul li{width:270px;}
  .section2 .text .pic1{margin-top: 50px;}
  .section2{padding: 80px 0;}
  .platform{margin-top: 55px;}
}
@media (min-width: 1200px) {
  .platform1{width: 1150px;}
  .slideGroup .parBd ul li{width:320px;}
  .section2 .text .pic1{margin-top: 100px;}
}

@media (min-width: 1400px) {
  .platform1{width: 1365px;}
  .slideGroup .parBd ul li{width: 380px;}
}


/*    合作伙伴       */
.section4{
	width: 100%;
	background: url(../images/sybg2_02.jpg) left center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 80px 0;
}
.section4 ul li{
	height: 100px;
}
.section4 ul li>div{
	position: relative;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.section4 ul li>div img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.syhzhb{
	position: relative;
	margin: 0 auto;
}
.section4 .left1s{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -38px;
	width: 40px;
    
    background: url(../images/zjt1.png) left center no-repeat;
    display: block;
}
.section4 .right1s{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -38px;
	width: 40px;
    
    background: url(../images/yjt1.png) left center no-repeat;
    display: block;
}
@media (min-width: 200px) {
   .section4 ul li{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}	
   .section4{padding:20px 0;}
   .section4 .right1s{height: 40px;}
   .section4 .left1s{height: 40px;}
}
@media (min-width: 768px) {
	.syhzhb{width: 760px;}
   .section4 .container{width:660px;}
   .section4 ul li{padding-left: 15px;padding-right: 15px;margin-bottom: 30px;}	
   .section4 .right1s{height: 76px;}
   .section4 .left1s{height: 76px;}
}
@media (min-width: 992px) {
 .syhzhb{width: 960px;}
   .section4 .container{width:890px;}
   .section4{padding: 80px 0;}
}
@media (min-width: 1200px) {
  .syhzhb{width: 1150px;}
   .section4 .container{width: 1000px;}
}
@media (min-width: 1365px) {
  .syhzhb{width: 1345px;}
  .section4 .container{width: 1200px;}
}

/* 解决方案 */
.section3{
	position: relative;
	width: 100%;
	/*background: url(../images/sybg3_02.jpg) center center no-repeat;
	background-size: cover;*/
	box-sizing: border-box;
	padding: 50px 0;
}
.section3 .glyphicon-chevron-right:before{
	content: '';
	display: block;
	width: 27px;
    height:68px;
	background: url(../images/yjt.png) center no-repeat;
	background-size: 100% 100%;
}
.section3 .glyphicon-chevron-left:before {
    content: "";
    display: block;
	width: 27px;
    height:68px;
	background: url(../images/zjt.png) center no-repeat;
	background-size: 100% 100%;
}
.section3 .carousel-control.right{
	background-image: none;
}
.carousel-control.left{
	background-image: none;
}
#myCarouse2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#myCarouse2 .carousel-inner,#myCarouse2 .item{
	width: 100%;
	height: 100%;
}
.section3 .contect{
	position: absolute;
	z-index: 45555;
	left: 50%;
	
}
.section3 .text .p1{
	text-align: center;
	font-size: 22px;
	color: #ffffff;
}
.section3 .text .p2{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 23px;
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
}
.section3 .text a{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	width: 90px;
	height: 26px;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}
.section3  .se3lis{
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 55555;
}
.section3  .se3lis ul li{
	float: left;
}
.section3  .se3lis ul li:last-child{
	margin-right: 0;
}
.section3  .se3lis ul li a:hover{
	background: #017bd2;
}
.section3  .se3lis ul li.on{
	background: #017bd2;
}
.section3  .se3lis ul li a{
	display: block;
	width: 100px;
	height:100px;
	margin: 0 auto;
	text-align: center;
	background:rgba(255,255,255,0.7);
	padding: 30px 0;
	border-radius: 50%;
}
.section3  .se3lis ul li .picc{
	
	margin: 0 auto;
}
.section3  .se3lis ul li .jf1{
	color: #333333;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
    width: 80%;
    margin: 0 auto;
}
.section3  .se3lis ul li:hover .jf1{
	color: #fff;
}
.section3  .se3lis ul li.on .jf1{
	color: #fff;
}
.section3  .se3lis ul li:nth-of-type(1) .picc{
	background: url(../images/syfa1.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:hover:nth-of-type(1) .picc{
	background: url(../images/syfa11.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li.on:nth-of-type(1) .picc{
	background: url(../images/syfa11.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:nth-of-type(2) .picc{
	background: url(../images/syfa2.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:hover:nth-of-type(2) .picc{
	background: url(../images/syfa22.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li.on:nth-of-type(2) .picc{
	background: url(../images/syfa22.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:nth-of-type(3) .picc{
	background: url(../images/syfa3.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:hover:nth-of-type(3) .picc{
	background: url(../images/syfa33.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li.on:nth-of-type(3) .picc{
	background: url(../images/syfa33.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:nth-of-type(4) .picc{
	background: url(../images/syfa4.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:hover:nth-of-type(4) .picc{
	background: url(../images/syfa44.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li.on:nth-of-type(4) .picc{
	background: url(../images/syfa44.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:nth-of-type(5) .picc{
	background: url(../images/syfa5.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:hover:nth-of-type(5) .picc{
	background: url(../images/syfa55.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li.on:nth-of-type(5) .picc{
	background: url(../images/syfa55.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:nth-of-type(6) .picc{
	background: url(../images/syfa6.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li:hover:nth-of-type(6) .picc{
	background: url(../images/syfa66.png) center center no-repeat;
	background-size: 100% 100%;
}
.section3  .se3lis ul li.on:nth-of-type(6) .picc{
	background: url(../images/syfa66.png) center center no-repeat;
	background-size: 100% 100%;
}

@media (min-width: 200px) {
.section3{min-height: 600px;}
 .section3 .contect{margin-left:-140px;}
 .section3  .se3lis ul li a{width: 100px;height: 100px;padding: 18px 0;}
 .section3 .se3lis ul li .jf1{margin-top: 10px;font-size: 14px;}
 .section3 .contect{top:30px;}
  .section3  .se3lis{bottom:30px;}
 .section3{min-height:700px;}
 .section3 .se3lis ul li .picc{width: 30px;height: 30px;}
 .section3 .text .p1{margin-top: 200px;}  
}
@media (min-width: 768px) {
	 .section3{min-height: 600px;}
.section3 .contect{margin-left: -375px;}
 .section3  .se3lis ul li a{width:100px;height: 100px;padding: 20px 0;}
 .section3 .se3lis ul li .jf1{margin-top: 10px;font-size: 14px;}
 .section3 .contect{top:30px;}
 .section3  .se3lis{bottom:50px;}
 .section3{min-height:700px;}
 .section3 .text .p1{margin-top: 200px;}
}
@media (min-width: 992px) {
 .section3{min-height: 800px;}
.section3 .contect{margin-left: -585px;}
 .section3  .se3lis ul li a{width: 140px;height: 140px;padding: 25px 0;}
 .section3 .se3lis ul li .jf1{margin-top: 10px;font-size: 18px;}
 .section3 .contect{top:30px;}
  .section3  .se3lis{bottom:30px;}
 .section3{min-height:700px;}
 .section3 .se3lis ul li .picc{width: 54px;height: 54px;}
 .section3 .text .p1{margin-top: 280px;}
}
@media (min-width: 1200px) {
.section3  .se3lis ul li a{width: 170px;height: 170px;padding: 30px 0;} 
.section3 .contect{margin-left: -585px;}
.section3 .se3lis ul li .jf1{margin-top: 30px;}
}
@media (min-width: 1400px) {
  .section3 .contect{top:30px;}
  .section3  .se3lis{bottom:30px;}
 .section3{min-height: 800px;}
}
@media (min-width: 1600px) {
  .section3 .contect{top: 60px;margin-left: -600px;}
  .section3  .se3lis{bottom: 60px;}
  .section3{min-height: 800px;}
}

/*手机端banner变高*/
@media (min-width:200px ) and (max-width:768px) {
 /*.carousel-inner .item img{height:320px;}*/
 /*.section3  .se3lis ul li a{padding: 15px 0;}*/
  .section3  .se3lis ul li {margin-bottom: 25px;}
  .section3 {min-height: 435px;}
 #myCarouse2 .carousel-control{display: none;}
  #myCarouse2 .pnone{display: none;}
 .syhzhb .left1s,.syhzhb .right1s{display: none;}
  .section1_r .conten .title .p1{font-size:23px;}
 .section1_r .conten .title .p2{font-size:28px;}
 .section1_r .conten .title {height: 78px;}
    .syhzhb .left1s, .syhzhb .right1s{display:none;}
}